3.19.66 \(\int (a+b x)^{-n} (c+d x)^n \, dx\) [1866]

Optimal. Leaf size=72 \[ \frac {(a+b x)^{-n} \left (-\frac {d (a+b x)}{b c-a d}\right )^n (c+d x)^{1+n} \, _2F_1\left (n,1+n;2+n;\frac {b (c+d x)}{b c-a d}\right )}{d (1+n)} \]

[Out]

(-d*(b*x+a)/(-a*d+b*c))^n*(d*x+c)^(1+n)*hypergeom([n, 1+n],[2+n],b*(d*x+c)/(-a*d+b*c))/d/(1+n)/((b*x+a)^n)

________________________________________________________________________________________

Rubi [A]
time = 0.02, antiderivative size = 72, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 17, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.118, Rules used = {72, 71} \begin {gather*} \frac {(a+b x)^{-n} (c+d x)^{n+1} \left (-\frac {d (a+b x)}{b c-a d}\right )^n \, _2F_1\left (n,n+1;n+2;\frac {b (c+d x)}{b c-a d}\right )}{d (n+1)} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(c + d*x)^n/(a + b*x)^n,x]

[Out]

((-((d*(a + b*x))/(b*c - a*d)))^n*(c + d*x)^(1 + n)*Hypergeometric2F1[n, 1 + n, 2 + n, (b*(c + d*x))/(b*c - a*
d)])/(d*(1 + n)*(a + b*x)^n)

Rule 71

Int[((a_) + (b_.)*(x_))^(m_)*((c_) + (d_.)*(x_))^(n_), x_Symbol] :> Simp[((a + b*x)^(m + 1)/(b*(m + 1)*(b/(b*c
 - a*d))^n))*Hypergeometric2F1[-n, m + 1, m + 2, (-d)*((a + b*x)/(b*c - a*d))], x] /; FreeQ[{a, b, c, d, m, n}
, x] && NeQ[b*c - a*d, 0] &&  !IntegerQ[m] &&  !IntegerQ[n] && GtQ[b/(b*c - a*d), 0] && (RationalQ[m] ||  !(Ra
tionalQ[n] && GtQ[-d/(b*c - a*d), 0]))

Rule 72

Int[((a_) + (b_.)*(x_))^(m_)*((c_) + (d_.)*(x_))^(n_), x_Symbol] :> Dist[(c + d*x)^FracPart[n]/((b/(b*c - a*d)
)^IntPart[n]*(b*((c + d*x)/(b*c - a*d)))^FracPart[n]), Int[(a + b*x)^m*Simp[b*(c/(b*c - a*d)) + b*d*(x/(b*c -
a*d)), x]^n, x], x] /; FreeQ[{a, b, c, d, m, n}, x] && NeQ[b*c - a*d, 0] &&  !IntegerQ[m] &&  !IntegerQ[n] &&
(RationalQ[m] ||  !SimplerQ[n + 1, m + 1])

Rubi steps

\begin {align*} \int (a+b x)^{-n} (c+d x)^n \, dx &=\left ((a+b x)^{-n} \left (\frac {d (a+b x)}{-b c+a d}\right )^n\right ) \int (c+d x)^n \left (-\frac {a d}{b c-a d}-\frac {b d x}{b c-a d}\right )^{-n} \, dx\\ &=\frac {(a+b x)^{-n} \left (-\frac {d (a+b x)}{b c-a d}\right )^n (c+d x)^{1+n} \, _2F_1\left (n,1+n;2+n;\frac {b (c+d x)}{b c-a d}\right )}{d (1+n)}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.04, size = 71, normalized size = 0.99 \begin {gather*} \frac {(a+b x)^{-n} \left (\frac {d (a+b x)}{-b c+a d}\right )^n (c+d x)^{1+n} \, _2F_1\left (n,1+n;2+n;\frac {b (c+d x)}{b c-a d}\right )}{d (1+n)} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(c + d*x)^n/(a + b*x)^n,x]

[Out]

(((d*(a + b*x))/(-(b*c) + a*d))^n*(c + d*x)^(1 + n)*Hypergeometric2F1[n, 1 + n, 2 + n, (b*(c + d*x))/(b*c - a*
d)])/(d*(1 + n)*(a + b*x)^n)

________________________________________________________________________________________

Mathics [F(-2)]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Exception raised: HeuristicGCDFailed} \end {gather*}

Warning: Unable to verify antiderivative.

[In]

mathics('Integrate[(c + d*x)^n/(a + b*x)^(n + 0),x]')

[Out]

Exception raised: HeuristicGCDFailed >> no luck

________________________________________________________________________________________

Maple [F]
time = 0.07, size = 0, normalized size = 0.00 \[\int \left (d x +c \right )^{n} \left (b x +a \right )^{-n}\, dx\]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((d*x+c)^n/((b*x+a)^n),x)

[Out]

int((d*x+c)^n/((b*x+a)^n),x)

________________________________________________________________________________________

Maxima [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*x+c)^n/((b*x+a)^n),x, algorithm="maxima")

[Out]

integrate((d*x + c)^n/(b*x + a)^n, x)

________________________________________________________________________________________

Fricas [F]
time = 0.33, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*x+c)^n/((b*x+a)^n),x, algorithm="fricas")

[Out]

integral((d*x + c)^n/(b*x + a)^n, x)

________________________________________________________________________________________

Sympy [F(-2)]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Exception raised: HeuristicGCDFailed} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*x+c)**n/((b*x+a)**n),x)

[Out]

Exception raised: HeuristicGCDFailed

________________________________________________________________________________________

Giac [F] N/A
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*x+c)^n/((b*x+a)^n),x)

[Out]

Could not integrate

________________________________________________________________________________________

Mupad [F]
time = 0.00, size = -1, normalized size = -0.01 \begin {gather*} \int \frac {{\left (c+d\,x\right )}^n}{{\left (a+b\,x\right )}^n} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((c + d*x)^n/(a + b*x)^n,x)

[Out]

int((c + d*x)^n/(a + b*x)^n, x)

________________________________________________________________________________________